home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / battlefield.swf / scripts / frame_636 / PlaceObject2_254_1 / CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Text File  |  2006-06-13  |  146 b   |  11 lines

  1. onClipEvent(load){
  2.    if(_root.weather)
  3.    {
  4.       this.gotoAndStop(random(6) + 2);
  5.    }
  6.    else
  7.    {
  8.       this.gotoAndStop(1);
  9.    }
  10. }
  11.